home *** CD-ROM | disk | FTP | other *** search
- object frmMsgIdHandler: TfrmMsgIdHandler
- Left = 292
- Top = 163
- HelpContext = 1740
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Message-ID handler'
- ClientHeight = 181
- ClientWidth = 371
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- DesignSize = (
- 371
- 181)
- PixelsPerInch = 96
- TextHeight = 13
- object RetrieveByMSGIDPanel: TPanel
- Left = 0
- Top = 0
- Width = 371
- Height = 113
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 3
- Visible = False
- object Label3: TTntLabel
- Left = 8
- Top = 16
- Width = 127
- Height = 13
- Caption = 'Retrieve article with MsgID'
- end
- object Label4: TTntLabel
- Left = 8
- Top = 48
- Width = 52
- Height = 13
- Caption = 'from server'
- end
- object Label5: TTntLabel
- Left = 8
- Top = 80
- Width = 66
- Height = 13
- Caption = 'and place it in'
- end
- object MsgIDRetrieveEdit: TTntEdit
- Left = 144
- Top = 12
- Width = 210
- Height = 21
- TabOrder = 0
- end
- object ServerCB: TTntComboBox
- Left = 144
- Top = 44
- Width = 210
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- object FolderCB: TTntComboBox
- Left = 144
- Top = 76
- Width = 210
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- end
- end
- object MsgIdHandlerPanel: TPanel
- Left = 0
- Top = 0
- Width = 374
- Height = 145
- BevelOuter = bvNone
- TabOrder = 2
- object Label1: TTntLabel
- Left = 12
- Top = 12
- Width = 221
- Height = 13
- Caption = '&What do you want to do with this Message-ID?'
- FocusControl = MsgIDEdit
- end
- object ActionGB: TTntGroupBox
- Left = 12
- Top = 56
- Width = 349
- Height = 89
- TabOrder = 0
- object RadioButton1: TTntRadioButton
- Left = 12
- Top = 62
- Width = 309
- Height = 17
- Caption = '&Try to retrieve this article from a newsserver'
- TabOrder = 2
- end
- object RadioButton2: TTntRadioButton
- Left = 12
- Top = 37
- Width = 313
- Height = 17
- Caption = 'Locate article at &Google Groups'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object RadioButton4: TTntRadioButton
- Left = 12
- Top = 12
- Width = 313
- Height = 17
- Caption =
- '&Locally search for this MsgID in all groups, not just the activ' +
- 'e'
- TabOrder = 0
- end
- end
- object MsgIDEdit: TTntEdit
- Left = 16
- Top = 36
- Width = 345
- Height = 21
- TabOrder = 1
- end
- end
- object OkBtn: TMMTNTBItBtn
- Left = 205
- Top = 153
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = OkBtnClick
- end
- object CancelBtn: TMMTNTBItBtn
- Left = 289
- Top = 153
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- end
-